home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / INFO / HELPSB.ZIP / DISK1.ZIP / HELP / EXE2BIN.HLP < prev    next >
Text File  |  1989-01-01  |  1KB  |  23 lines

  1. EXE2BIN filename1.ext1 [d2:][path2][filename2][.ext2]
  2.  
  3. The EXE2BIN external command converts a file with the .EXE extension to a 
  4. memory image file. EXE2BIN does not always come with DOS, sometimes it must 
  5. be separately purchased. [Not supported in OS/2]
  6.  
  7.     EXE2BIN filename1[.ext1] [d2:][path2][filename2][.ext2]
  8.         \______________/ \____________________________/
  9.             \source/          \destination/
  10.  
  11. filename1[.ext1] is the file specification of the source file. EXE is the
  12.     default extension if no extension is specified.
  13.  
  14. [d2:][path2]filename2[.ext2] is the file specification of the destination
  15.     filename.  BIN is the default extension if no extension is specified.
  16.  
  17. SAMPLE command and resulting output  | Comments about the output
  18.  
  19.   EXE2BIN ANSI.EXE ANSI.SYS            The file ANSI.EXE is converted to a
  20.                                        memory image file for later use on the
  21.                                        DEVICE=ANSI.SYS line in the CONFIG.SYS
  22.                        file.
  23.